3.85 \(\int \frac {1-x^2}{1+x^2+x^4} \, dx\)

Optimal. Leaf size=25 \[ \frac {1}{2} \log \left (x^2+x+1\right )-\frac {1}{2} \log \left (x^2-x+1\right ) \]

[Out]

-1/2*ln(x^2-x+1)+1/2*ln(x^2+x+1)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {1164, 628} \[ \frac {1}{2} \log \left (x^2+x+1\right )-\frac {1}{2} \log \left (x^2-x+1\right ) \]

Antiderivative was successfully verified.

[In]

Int[(1 - x^2)/(1 + x^2 + x^4),x]

[Out]

-Log[1 - x + x^2]/2 + Log[1 + x + x^2]/2

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 1164

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(-2*d)/e - b/c, 2]},
 Dist[e/(2*c*q), Int[(q - 2*x)/Simp[d/e + q*x - x^2, x], x], x] + Dist[e/(2*c*q), Int[(q + 2*x)/Simp[d/e - q*x
 - x^2, x], x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - a*e^2, 0] &&  !GtQ[b^2
- 4*a*c, 0]

Rubi steps

\begin {align*} \int \frac {1-x^2}{1+x^2+x^4} \, dx &=-\left (\frac {1}{2} \int \frac {1+2 x}{-1-x-x^2} \, dx\right )-\frac {1}{2} \int \frac {1-2 x}{-1+x-x^2} \, dx\\ &=-\frac {1}{2} \log \left (1-x+x^2\right )+\frac {1}{2} \log \left (1+x+x^2\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 1.00 \[ \frac {1}{2} \log \left (x^2+x+1\right )-\frac {1}{2} \log \left (x^2-x+1\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - x^2)/(1 + x^2 + x^4),x]

[Out]

-1/2*Log[1 - x + x^2] + Log[1 + x + x^2]/2

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 21, normalized size = 0.84 \[ \frac {1}{2} \, \log \left (x^{2} + x + 1\right ) - \frac {1}{2} \, \log \left (x^{2} - x + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^2+1)/(x^4+x^2+1),x, algorithm="fricas")

[Out]

1/2*log(x^2 + x + 1) - 1/2*log(x^2 - x + 1)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 35, normalized size = 1.40 \[ \frac {1}{4} \, \log \left ({\left | x + \frac {1}{x + \frac {1}{x}} + \frac {1}{x} + 2 \right |}\right ) - \frac {1}{4} \, \log \left ({\left | x + \frac {1}{x + \frac {1}{x}} + \frac {1}{x} - 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^2+1)/(x^4+x^2+1),x, algorithm="giac")

[Out]

1/4*log(abs(x + 1/(x + 1/x) + 1/x + 2)) - 1/4*log(abs(x + 1/(x + 1/x) + 1/x - 2))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 22, normalized size = 0.88 \[ -\frac {\ln \left (x^{2}-x +1\right )}{2}+\frac {\ln \left (x^{2}+x +1\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-x^2+1)/(x^4+x^2+1),x)

[Out]

-1/2*ln(x^2-x+1)+1/2*ln(x^2+x+1)

________________________________________________________________________________________

maxima [A]  time = 1.04, size = 21, normalized size = 0.84 \[ \frac {1}{2} \, \log \left (x^{2} + x + 1\right ) - \frac {1}{2} \, \log \left (x^{2} - x + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x^2+1)/(x^4+x^2+1),x, algorithm="maxima")

[Out]

1/2*log(x^2 + x + 1) - 1/2*log(x^2 - x + 1)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 10, normalized size = 0.40 \[ \mathrm {atanh}\left (\frac {x}{x^2+1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(x^2 - 1)/(x^2 + x^4 + 1),x)

[Out]

atanh(x/(x^2 + 1))

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 19, normalized size = 0.76 \[ - \frac {\log {\left (x^{2} - x + 1 \right )}}{2} + \frac {\log {\left (x^{2} + x + 1 \right )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x**2+1)/(x**4+x**2+1),x)

[Out]

-log(x**2 - x + 1)/2 + log(x**2 + x + 1)/2

________________________________________________________________________________________